home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
scheme
/
sicp
/
readme
< prev
next >
Wrap
Text File
|
1993-07-17
|
355b
|
11 lines
-*- Text -*-
To use the SICP (Structure and Interpretation of Computer Programs)
compatiblity package in MIT CScheme:
(cd "sicp") ; Where sicp is the directory containing the
; compatibility package.
(load "sbuild")
Now you are in an environment that looks suspiciously like that on the
Chipmunk computers used in the MIT 6.001 SICP course lab.